home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01511_SS19XXIDLE.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  220 b   |  14 lines

  1. on enterFrame
  2.   if the type of sprite 47 = 1 then
  3.     puppetTransition(23)
  4.     puppetSprite(47, 1)
  5.     set the type of sprite 47 to 0
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   mlocchk()
  11.   mpopmenuchk(updateStage)
  12.   go(the frame)
  13. end
  14.